home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / MacToolkit / 00092_Install2.ls < prev    next >
Encoding:
Text File  |  2000-09-26  |  336 b   |  16 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   member("Install").foreColor = 70
  4.   put "Click to install this software title to your hard drive" into member "InfoField"
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(0)
  9.   member("Install").foreColor = 255
  10.   put EMPTY into member "InfoField"
  11. end
  12.  
  13. on mouseUp
  14.   open(the moviePath & "software\Jet-Audio Plus\jetaud.exe")
  15. end
  16.